ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientDraggedRow Property






In This Topic
    OnClientDraggedRow Property
    In This Topic
    Occurs when the user finishes dragging a row.
    Syntax
    'Declaration
     
    
    Public Overridable Property OnClientDraggedRow As System.String
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As System.String
     
    instance.OnClientDraggedRow = value
     
    value = instance.OnClientDraggedRow
    public virtual System.string OnClientDraggedRow {get; set;}
    public read-write property OnClientDraggedRow: System.String; virtual; 
    public function get,set OnClientDraggedRow : System.String
    public: __property virtual System.string* get_OnClientDraggedRow();
    public: __property virtual void set_OnClientDraggedRow( 
       System.string* value
    );
    public:
    virtual property System.String^ OnClientDraggedRow {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also